WinUsb_Initialize (winusb)
Last changed: -109.42.113.148

.
Summary
The WinUsb routine retrieves a handle for the interface that is associated with the indicated device.

C# Signature:

[DllImport("winusb.dll", SetLastError = true, CharSet = CharSet.Auto)]
public static extern bool WinUsb_Initialize(
     IntPtr     DeviceHandle,
     out IntPtr InterfaceHandle
     );

VB Signature:

Declare Function WinUsb_Initialize Lib "winusb.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation